projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
305452a
)
(reftex-guess-label-type): Tighten the safety predicate.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 29 Apr 2006 13:55:42 +0000
(13:55 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 29 Apr 2006 13:55:42 +0000
(13:55 +0000)
lisp/textmodes/reftex-vars.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex-vars.el
b/lisp/textmodes/reftex-vars.el
index 026336c301e701efbcd1a800042daae821161b09..f4334fbbd706b7121958beb6eddb2043be0e71a3 100644
(file)
--- a/
lisp/textmodes/reftex-vars.el
+++ b/
lisp/textmodes/reftex-vars.el
@@
-975,7
+975,7
@@
immediately offer the correct label menu - otherwise it will prompt you for
a label type. If you set this variable to nil, RefTeX will always prompt."
:group 'reftex-referencing-labels
:type 'boolean)
-;;;###autoload(put 'reftex-guess-label-type 'safe-local-variable
'symbolp
)
+;;;###autoload(put 'reftex-guess-label-type 'safe-local-variable
(lambda (x) (memq x '(nil t)))
)
(defcustom reftex-format-ref-function nil
"Function which produces the string to insert as a reference.